This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Subject: Error while accessing Lotus Domino Objects in .NET
Feedback Type: Question
Product Area: Designer Client
Technical Area: Functionality
Platform: Windows XP client
Release: 8.0
Reproducible: Not applicable
Hi,
My objective is to do the IBM Lotus Notes tasks in from vb.Net.( using lotus domino object)
I am getting the following error when i access the "NotesRegistrationClass()" in the below code
Retrieving the COM class factory for component with CLSID {29131537-2EED-1069-BF5D-00DD011186B7}
failed due to the following error: 80040154.
Dim nsSession As NotesSessionClass
nsSession = New NotesSessionClass()
nsSession.Initialize()
Dim UsrReg As New NotesRegistrationClass()
'The below code is not actual code
UsrReg.RegisterNewUser("tempName", "c:\temp1.id", "tempServer", "tempfirstname", "password")
session is opened, when i reach this line "Dim UsrReg As New NotesRegistrationClass()"
I am getting that error
My s/w config is,
window xp
Vs2005
Domino Server 8
Domino Client 8
Both the client and server is installed in one machine
I have included the interop.domino.dll in bin directory of Web application
The method which I used for including interop.domino.dll is
Reference the com object "Lotus Domino object 1.2 -- domobj.tlb" in the application
that automatically created the interop.domino.dll in bin
when i refer the error code 80040154,that tells class needs to be registered
i tried to register the interop.domino.dll using regsvr32. but i could n't do that
so i refer some other site , that tells nlsxbe.dll needs to be registered
and that was successfully registered
but the same error is occuring
please help me...
Feedback number WEBB7E7GU2 created by ~Dexter Minrezennivu on 04/30/2008